home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TYESNO / TYESNO.txt
Text File  |  1997-06-09  |  2KB  |  66 lines

  1. object YesNo: TYesNo
  2.   Left = 132
  3.   Top = 439
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Question?'
  7.   ClientHeight = 67
  8.   ClientWidth = 172
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Question: TLabel
  19.     Left = 28
  20.     Top = 8
  21.     Width = 58
  22.     Height = 13
  23.     Caption = 'Question?'
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object ChooseList: TListBox
  31.     Left = 8
  32.     Top = 40
  33.     Width = 17
  34.     Height = 17
  35.     ExtendedSelect = False
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ItemHeight = 13
  41.     MultiSelect = True
  42.     ParentFont = False
  43.     TabOrder = 0
  44.     Visible = False
  45.   end
  46.   object CancelBtn: TBitBtn
  47.     Left = 8
  48.     Top = 7
  49.     Width = 16
  50.     Height = 16
  51.     Hint = 'Cancel|'
  52.     Cancel = True
  53.     ModalResult = 2
  54.     TabOrder = 1
  55.     TabStop = False
  56.     Glyph.Data = {
  57.       C6000000424DC60000000000000076000000280000000A0000000A0000000100
  58.       0400000000005000000000000000000000000000000000000000000000000000
  59.       80000080000000808000800000008000800080800000C0C0C000808080000000
  60.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777707700
  61.       0000090777090700000099907099970000007999099977000000779999977700
  62.       0000770999077700000070999990770000000999799907000000999777999700
  63.       00007977777977000000}
  64.   end
  65. end
  66.